projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
530c9b1
)
tests: fix typo in hsva.c
author
Ell
<ell_se@yahoo.com>
Sun, 11 Jun 2017 22:56:18 +0000
(18:56 -0400)
committer
Ell
<ell_se@yahoo.com>
Sun, 11 Jun 2017 22:57:50 +0000
(18:57 -0400)
"rgba to hsva" -> "hsva to rgba"; got swapped by commit
c8b5eee3f86a49bd093929f0bd16ef780de88c67
. Thanks to Edward_E for
catching that.
tests/hsva.c
patch
|
blob
|
history
diff --git
a/tests/hsva.c
b/tests/hsva.c
index 97a723a88169cc757bf168c60dded85ba00c88de..6e1fbbb628347f654bb0d4766709f47a748c0576 100644
(file)
--- a/
tests/hsva.c
+++ b/
tests/hsva.c
@@
-82,7
+82,7
@@
main (int argc,
babl_format ("HSVA float"),
rgba, hsva);
- CHECK_CONV_FLOAT ("
rgba to hsv
a ", float, 0.001,
+ CHECK_CONV_FLOAT ("
hsva to rgb
a ", float, 0.001,
babl_format ("HSVA float"),
babl_format ("RGBA float"),
hsva, rgba);